runtime.spanInlineMarkBits.init (method)
3 uses
runtime (current package)
mgcmark_greenteagc.go#L113: func (imb *spanInlineMarkBits) init(class spanClass, needzero bool) {
mgcmark_greenteagc.go#L190: s.inlineMarkBits().init(s.spanclass, s.needzero != 0)
mgcmark_greenteagc.go#L215: imb.init(s.spanclass, true /* We know these bits are always dirty now. */)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |